Backtest Issues
Kerry Back

Issues
- Should loop
- In practice, we would use all past data to train a model before trading on it
- In a backtest, we should follow the same procedure: at each date us all past data to train and then predict
- Should include industry as a feature
- E.g., buy value industries or best value in each industry?
- Parameters may vary by industry
- Feature and target transformations